home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d18 / scred1.arc / PRINTME.1ST < prev    next >
Text File  |  1991-04-28  |  24KB  |  606 lines

  1.  
  2.  
  3. Page 1.                                                      (PrintMe.1st)
  4.  
  5.  
  6.                            Turbo ScrEdit v.1.0
  7.                      (C)opyright 1989 by iHn Systems
  8.                          All rights are reserved.
  9.  
  10. Welcome to Turbo ScrEdit. Turbo ScrEdit is a complete screen management
  11. system  for programmers  using (tm)Turbo Pascal 3.0, 4.0, or 5.0, and
  12. (tm)Turbo C  1.5, 2.0.  Some of Turbo ScrEdit's features are listed below.
  13. You can:
  14.  
  15.      1.  Use screen editor that allows you to easily:
  16.          a - toggle the keyboard characters set between regular ASCII
  17.              characters and the extended graphics characters.
  18.          b - draw lines and boxes with just a few keystrokes.
  19.          c - select text color attributes for a single character
  20.              or for painting all or any part of the screen.
  21.          d - move or copy screen text by block or line.
  22.          e - undo changes.
  23.          f - define up to 128 data entry or display only fields on a
  24.              screen.
  25.      2.  Change the order that the screen fields are addressed during
  26.          data entry.
  27.      3.  Assign each field a different color to be used during data
  28.          entry, for displaying empty fields, and for displaying fields
  29.          containing data.
  30.      4.  Specify the type of data that can be keyed into a field.
  31.          (any keyboard characters, alphabetical only, or numeric with
  32.          with from 0 to 6 decimal places.)
  33.      5.  Generate source code for your language that is ready to be
  34.          compiled and run. The code generated is commented to aid you
  35.          in merging it into your code.
  36.      6.  Access fields from the screen by name, just as you would
  37.          any other field in a record.
  38.  
  39. Other features include:
  40.      1.  Automatic backup files.
  41.      2.  Fully supported MsDos(tm) paths and directories.
  42.      3.  The entire manual is implemented in the on-line help system; you
  43.          can view or print all or part of the manual whenever you need
  44.          it with just a few keystrokes.
  45.      4.  Direct video memory access for lightning fast screen displays.
  46.      5.  Programs using Turbo ScrEdit procedures will run on monochrome,
  47.          CGA, EGA, and VGA with out recompiling. Turbo ScrEdit procedures
  48.          detect the video type and automatically adjust to it.
  49.      6.  Comes complete with a tutor and a demonstration screen file.
  50.  
  51.  
  52. iHn Systesm wants to send you $10.00.
  53.  
  54.      We appriciate our customers here at iHn Systems, and want to share
  55.      our success. We pay a $10.00 commission to any registered user who
  56.      helps us sell a copy of Turbo ScrEdit. Just have the person ordering
  57.      a registered copy of Turbo ScrEdit include your registration number
  58.      in the reference box on our order form.
  59.  
  60.      This offer is not extended to shareware vendors, or employees of
  61.      shareware vendors.
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. Page 2.
  70.  
  71.  
  72. ---------------------------------------------------------------------------
  73.                             ** DISCLAIMER **
  74. ---------------------------------------------------------------------------
  75.  
  76. Turbo ScrEdit diskettes, programs, and documentation are distributed AS IS,
  77. with no guarantee it will work correctly in any or all situations.
  78.  
  79.      -   The  manual may contain errors and/or omissions. In no event  will
  80.          iHn Systems  be  liable for  any damages  or  losses  of any type.
  81.          YOU  USE Turbo ScrEdit AT YOUR OWN RISK. Further, all  offers  for
  82.          technical support, notification of updated versions, including the
  83.          stated  fees  for updated versions, are subject to  withdrawal  or
  84.          increase without prior notice.
  85.  
  86.      -   IF  YOU  USE THIS SOFTWARE, YOU ARE ACCEPTING  ALL  CONDITIONS  AS
  87.          STATED  ABOVE  AND  AGREE  TO COMPLY  WITH  THE  LEGAL  TERMS  AND
  88.          CONDITIONS AS STATED IN THE NOTES TO USERS SECTIONS. If you do not
  89.          accept  these conditions and terms then delete the  Turbo  ScrEdit
  90.          files from your system!
  91.  
  92.      -   No  refunds will be granted under any conditions.  The  evaluation
  93.          version is provided so you can determine the suitability of  Turbo
  94.          ScrEdit for your needs before you purchase a license.
  95.  
  96. ---------------------------------------------------------------------------
  97.                             ** DISCLAIMER **
  98. ---------------------------------------------------------------------------
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135. Page 3.
  136. ==========================================================================
  137. -  Installation Files.
  138.      HARDDISK.BAT.....Hard drive installation procedures for ScrSys.exe.
  139.  
  140.      FLOPPY.BAT.......Floppy disk installation procedures for ScrSys.exe.
  141.  
  142.      SETUP.EXE........Provided on a seperate diskette with the registered
  143.                       version of Turbo ScrEdit.
  144.  
  145. -  The following files make up the Turbo ScrEdit system and must reside on
  146.    the same directory or diskette.
  147.      SCREDIT.COM
  148.      SCRED001.CHN
  149.      SCRED002.CHN
  150.      SCRED003.CHN
  151.      SCRED004.CHN
  152.      SCREDIT.SCR
  153.  
  154. -  Interface source coded required for source generation and compiling.
  155.      SCRED30.PAS......This file contains the procedures that are
  156.                       required by your Turbo Pascal 3.0 programs
  157.                       that use Turbo ScrEdit screens.
  158.      SCRED40.PAS......This file contains the procedures that are
  159.                       required by your Turbo Pascal 4.0 and 5.0
  160.                programs that use Turbo ScrEdit screens. This
  161.                       code will compile into a .TPU (units) file.
  162.      SCRED3&4.PAS.....Common procedures used in SCRED30.PAS and SCRED40.PAS.
  163.      SCREDIT.C........This file contains the procedures that are
  164.                       required by your Turbo C programs that will be
  165.                using using Turbo ScrEdit screens.
  166.      SCREDIT.H........Header file for ScrEdit.C
  167.      SKELETON.P.......This is Turbo Pascal source code used by
  168.                       Turbo ScrEdit when it creates source code for you
  169.                       to access the screens in your files.
  170.      SKELETON.C.......This is the Turbo C source code used by
  171.                    Turbo ScrEdit when it generates "C" source code.
  172.      SKELETON.DOC.....A complete description of the skeleton files.
  173.  
  174. -  Other Files and Learning aids supplied with ScrEdit:
  175.      ORDER.DOC........This file contains ordering information for
  176.                       Turbo ScrEdit and other iHn Systems' products.
  177.      TUTOR.DOC........This document is a tutor that will step you
  178.                       through creating and editing screens and
  179.                       compiling them into source code.
  180.                       Use MsDos(tm) PRINT to make a hard copy.
  181.      SCRDEMO.SCR......A screen file and the source code that
  182.      SCRDEMO.P........demonstrates all the capabilities of ScrEdit's
  183.      SCRDEMO.C........field validation language. It is used for
  184.                       examples in the tutor TUTOR.DOC.
  185.      SCRDEMO.PRJ......Example project file for integrated environment.
  186.      COMING...........Infomation about enhancements that are being
  187.                       performed on Turbo ScrEdit. And a demonstration
  188.                       of the windowing procedures provided with the
  189.                       registered version of Turbo ScrEdit.
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201. Page 4.
  202. ==========================================================================
  203. Minimum System Requirements:
  204.  
  205. Turbo  ScrEdit 1.0 is designed to be used with (tm)Turbo Pascal 3.0,  4.0,
  206. 5.0 and (tm)Turbo C 1.5 and 2.0. Turbo ScrEdit will run on the IBM PC, AT,
  207. XT,  PS/2,  or  100% compatible running PC Dos  (Ms-Dos)  2.0  thru  3.3.
  208. Minimum  system requirements are, 192k user memory, two floppy  drives  or
  209. one  floppy drive and a hard drive. ScrEdit will run on monochrome  (TTL),
  210. CGA, EGA, or VGA systems.
  211.  
  212.  
  213.  
  214. ===========================================================================
  215. You will be installing Turbo ScrEdit from archive files downloaded from
  216. a bulletin board system or from distribution diskettes distributed by
  217. shareware vendors or from the registered systems disk distributed by
  218. iHn Systems.
  219.  
  220. -------------------------
  221. First we will discuss installing from the distribution diskettes distributed
  222. by iHn Systems:
  223.     ScrSys.Exe, SysFiles.Exe, Floppy.bat, HardDisk.Bat, PrintMe.1st.
  224.  
  225.  -- If you are installing Turbo ScrEdit on a duel floppy disk system
  226.     follow these steps:
  227.  
  228.     Step 1 - Format a diskette with the DOS system files on it and
  229.              label it "Turbo ScrEdit System (A:)".
  230.              Create an AUTOEXEC.BAT file on this diskette with at least
  231.              the following:
  232.                  Path A:\;B:\
  233.     Step 2 - Format two data diskettes. Label one "Turbo ScrEdit Files (B:)"
  234.              and the other "Turbo ScrEdit Documentation".
  235.     Step 3 - Insert the "Turbo ScrEdit System" disk in Drive A: and
  236.              your distribution diskette in drive B:.
  237.     Step 4 - Type "B:Floppy" and follow the instructions.
  238.     Step 5 - When the install routine is finished place the diskette labeled
  239.              "Turbo ScrEdit System" into drive B: and the diskette Labeled
  240.              "Turbo ScrEdit Files" into drive A:
  241.     Step 6 - Type B:
  242.              Type ScrEdit i/b:\
  243.     Step 7 - Type A:
  244.     Step 8 - Make back up copies of these diskettes. Turbo ScrEdit is now
  245.              ready to be used. You will find a description of the key strokes
  246.              needed to access the Turbo ScrEdit main menu in the disclaimer
  247.              page of PRINTME.1ST.
  248.     Step 9 - Take a few hours and go through TUTOR.DOC to learn how to use
  249.              Turbo ScrEdit.
  250.  
  251.  -- If you are installing Turbo ScrEdit on a system with a hard drive
  252.     follow these steps:
  253.  
  254.     Step 1 - Create a directory on your hard disk for Turbo ScrEdit to
  255.              reside in. Example:
  256.                  MkDir \PASCAL\SCREDIT
  257.     Step 2 - Make the new directory the current dos directory. Example:
  258.                  ChDir \PASCAL\SCREDIT
  259.     Step 3 - Place the distribution diskette into drive A: and type:
  260.              A:HARDDISK
  261.  
  262.  
  263.  
  264.  
  265. Page 5.
  266.  
  267.  
  268.  
  269.     Step 4 - When all the files are unpacked and the DOS prompt is visible
  270.              type:
  271.                  ScrEdit i/C:\PASCAL\SCREDIT
  272.     Step 5 - Add the new path to your AUTOEXEC.BAT file. Example:
  273.                  Path C:;C:\PASCAL;C:\PASCAL\SCREDIT
  274.     Step 6 - Turbo ScrEdit is now ready to be used. You will find a
  275.              description of the key strokes needed to access the Turbo
  276.              ScrEdit main menu in the disclaimer section of PRINTME.1ST.
  277.     Step 7 - Take a few hours and go through TUTOR.DOC to learn how to use
  278.              Turbo ScrEdit.
  279.  
  280. -------------------------
  281. Next we will discussion installing Turbo ScrEdit from the archive files
  282. ScrDesk1.Arc and ScrDisk2.Arc. These files will are distributed by shareware
  283. vendors or can be downloaded from bulletin boards.
  284.  
  285.  -- If you are installing Turbo ScrEdit on a duel floppy disk system
  286.     follow these steps:
  287.     Step 1 - Format a diskette with the DOS system files on it and
  288.              label it "Turbo ScrEdit System (A:)".
  289.              Create a AUTOEXEC.BAT file on this diskette with at least
  290.              the following:
  291.                  Path A:\B:\
  292.              Extract the following files from ScrEdit2.Arc and place them
  293.              on this diskette:
  294.                  SKELETON.C,
  295.                  SKELETON.P,
  296.                  SCRED40.PAS,
  297.                  SCRED30.PAS,
  298.                  SCREDIT.C,SCREDIT.H
  299.     Step 2 - Format a data diskette and label it "Turbo ScrEdit Files (B:)"
  300.              Extract the following files from ScrDisk1.Arc and place them
  301.              on this diskette:
  302.                  SCREDIT.COM
  303.                  SCRED001.CHN
  304.                  SCRED002.CHN
  305.                  SCRED003.CHN
  306.                  SCRED004.CHN
  307.                  SCREDIT.SCR
  308.     Step 3 - Format a diskette and label it "Turbo ScrEdit Documentation".
  309.              Extract the following files from ScrDisk2.Arc and place them
  310.              on this diskette:
  311.                  TUTOR.DOC
  312.                  ORDER.DOC
  313.                  SCRDEMO.SCR
  314.                  SCRDEMO.C,SCRDEMO.PRJ
  315.                  SCRDEMO.P
  316.                  SKELETON.DOC
  317.                  COMEING.EXE
  318.     Step 4 - When you are finished place "Turbo ScrEdit System" diskette in
  319.              drive A:, and "Turbo ScrEdit Files" in drive B:.
  320.     Step 5 - Now we must install Turbo ScrEdit so it will know where it
  321.              resides.. Type:
  322.                  ScrEdit i/b:\
  323.     Step 6 - A:
  324.     Step 7 - Make back up copies of these diskettes. Turbo ScrEdit is now
  325.              ready to be used. You will find a description of the key strokes
  326.  
  327.  
  328.  
  329.  
  330. Page 6.
  331.  
  332.  
  333.              needed to access the Turbo ScrEdit main menu in the disclaimer
  334.              section of PRINTME.1ST.
  335.     Step 9 - Take a few hours and go through TUTOR.DOC to learn how to use
  336.              Turbo ScrEdit.
  337.  
  338.  -- If you are installing Turbo ScrEdit on a system with a hard drive
  339.     follow these steps:
  340.  
  341.     Step 1 - Create a directory on your hard disk for Turbo ScrEdit to
  342.              reside in. Example:
  343.                  MkDir \PASCAL\SCREDIT
  344.     Step 2 - Make the new directory the current dos directory. Example:
  345.                  ChDir \PASCAL\SCREDIT
  346.     Step 3 - Unpack the archive diskettes unto this directory using you
  347.              archive utilities.
  348.     Step 4 - When all the files are unpacked and the DOS prompt is visible
  349.              type:
  350.                  ScrEdit i/C:\PASCAL\SCREDIT
  351.     Step 5 - Add the new path to your AUTOEXEC.BAT file. Example:
  352.              Path C:;C:\PASCAL;C:\PASCAL\SCREDIT
  353.                                ^^^^^^^^^^^^^^^^^
  354.     Step 6 - Turbo ScrEdit is now ready to be used. You will find a
  355.              description of the key strokes needed to access the Turbo
  356.              ScrEdit main menu in the disclaimer section of PRINTME.1ST.
  357.     Step 7 - Take a few hours and go through TUTOR.DOC to learn how to use
  358.              Turbo ScrEdit. 
  359.  
  360. ===========================================================================
  361. Setting up to use Turbo ScrEdit:
  362.  
  363. Some of  the files  that come with Turbo ScrEdit can be deleted if you only
  364. have one type of compiler. Be sure to check that you don't delete any files
  365. that will be required for all you compilers.
  366.  
  367. ===> Turbo C 1.5, 2.0 users 
  368. ---------------------------
  369. Delete ScrEd30.pas, ScrEd40.pas, Skeleton.P, ScrDemo.P.
  370.  
  371. Turbo ScrEdit procedures "ScrEdit.C" must be available to be used
  372. in an "#include" statement.
  373.  
  374.  
  375. ===> Turbo Pascal 3.0 users
  376. ---------------------------
  377. Delete ScrEd40.pas, ScrEdit.C, Skeleton.C, ScrDemo.C
  378.  
  379. Turbo ScrEdit procedures "ScrEd30.pas" must be available to be used  in  an
  380. "{$Include ScrEd30.pas}"  statement.
  381.  
  382.  
  383.  
  384. ===> Turbo Pascal 4.0, 5.0 users
  385. --------------------------------
  386. Delete ScrEd30.pas, ScrEdit.C, Skeleton.C, ScrDemo.C, ScrEdit.H
  387.  
  388. The  source  code "ScrEd40.Pas" has been provided to create a  unit  (.TPU)
  389. file for Turbo ScrEdit. There are several ways that you can implement Turbo
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396. Page 7.
  397.  
  398.  
  399. ScrEdit in your system.
  400.  
  401. 1. The  most basic way is to copy ScrEd40.pas into the  directory  when you
  402.    are  creating a program. When you compile  your  program   the  compiler 
  403.    will convert the source into a unit.
  404.  
  405.    The disadvantage to this method is you must have the source code present  
  406.    in  this directory any time you select the  'Make'  or  'Build' options.
  407.  
  408.    I don't recommend using this option.
  409.  
  410. 2. A better way to use Turbo ScrEdit is to compile ScrEd40.pas into a  unit 
  411.    file  and  copy  the  resulting  unit  (ScrEd40.TPU)  into  the   'Units 
  412.    Directory' defined in the compiler configuration file:
  413.    -  TP 4.0 see page 163 of your manual "Unit Directories".
  414.    -  TP 5.0 see page 184 of your Users Guide "Unit Directories".
  415.  
  416.    The  advantage of this method is you can delete the  ScrEd40.pas  source 
  417.    code  from  your system and use a single copy of the unit file  for  all
  418.  
  419.    programs using Turbo ScrEdit procedures. The "Make" and "Build" compiler
  420.    options will not require that the source be present.
  421.  
  422. 3. The final option is to compile a unit file from ScrEd40.pas and move the 
  423.    unit into the compiler "standard unit library" (Turbo.Lib).
  424.  
  425.    Step1.  Copy ScrEd40.Tpu to your Turbo Pascal 4.0 directory.
  426.    Step2.  Make sure you have the utility program TPUMOVER.EXE that
  427.            came on you Turbo Pascal 4.0/5.0 distribution diskette on
  428.            the directory.
  429.    Step3.  Type "tpumover turbo.tpl /+ScrEd40.Tpu"
  430.    Step4.  Delete ScrEd40.Tpu and ScrEd40.pas from the directory.
  431.  
  432.    You are now ready to use ScrEdit in your programs by using the uses
  433.    statement:
  434.  
  435.    USES SCRED40;
  436.  
  437.    If you should need to remove ScrEd40.tpu from the Turbo Pascal 4.0
  438.    standard unit library:
  439.  
  440.    Type "tpumover turbo.tpl /-ScrEd40"
  441.  
  442.  
  443.  
  444.  
  445. ======================================================================
  446. The following files should be deleted after printing:
  447.      PRINTME.1ST
  448.      TUTOR.DOC
  449.  
  450. After working through the examples in Tutor.Doc, delete the
  451. following files:
  452.      SCRDEMO.P, SCRDEMO.C, SCRDEMO.SCR, SCRDEMO.BAK, SCRDEMO.SBK
  453.      SCREDMO.PRJ
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462. Page 8.
  463. ===========================================================================
  464. A note to the unregistered user of Turbo ScrEdit:
  465.  
  466.      If  your version of Turbo ScrEdit has a blinking message on  the  logo
  467.      screen,  then you have in your possession an evaluation  version.  The
  468.      evaluation  version of Turbo ScrEdit is the complete  system,  nothing
  469.      has  been  omitted. A timed loop will display an  introduction message
  470.      each  time you start Turbo ScrEdit. This timed message is designed  to
  471.      remind  you that you should take time to become a registered  user  of
  472.      Turbo ScrEdit.
  473.  
  474.      The  registered  version of Turbo ScrEdit will not have a  time  delay
  475.      message  at  startup,  instead it will instantly  display  your  name,
  476.      address, and registration number.
  477.  
  478.      This  introduction  version  is intended to  introduce  you  to  Turbo
  479.      ScrEdit and to allow you to get some 'hands on' experience before  you
  480.      have  to make an investment. I am confident that you will  find  Turbo
  481.      ScrEdit is a handy tool for program development and that it is fun  to
  482.      use.
  483.  
  484.      I  have chosen the "SHAREWARE" method to distribute Turbo ScrEdit  for
  485.      several reasons:
  486.      -  First,  I  like the "try before you buy" approach of  shareware.  I
  487.         have software setting on my shelf that I would not have bought if I
  488.         could have had a hour or two alone with it.
  489.      -  Second, I like the honor system approach. It's really quite simple;
  490.         if  you are going to use this program you should register,  if  you
  491.         are not all that thrilled with the program then delete it, or  pass
  492.         it on.
  493.      -  Third, I want to keep the price for Turbo ScrEdit reasonable.
  494.      -  Fourth,  and perhaps the most important, I am a working stiff  just
  495.         like you, and I can't finance an advertising campaign.
  496.  
  497.      Sorry.. If you are not a registered user I cannot give you any support
  498.      for using  Turbo  ScrEdit.  However  I would  be  very  interested  in
  499.      receiving  any  comments or complaints that you  may  have  concerning
  500.      Turbo  ScrEdit.  Direct  your  comments  to  the  address  given   for
  501.      registration.
  502.  
  503.      To register use the order form "ORDER.DOC" or send $39.95 to:
  504.          iHn Systems
  505.          P.O. Box 4436
  506.          Pocatello, Idaho. 83205-4436
  507.  
  508. Legal Terms and Conditions for using and distributing the
  509.      EVALUATION version of ScrEdit:
  510.      -   You  may  copy  and distribute the  evaluation  version  of  Turbo
  511.          ScrEdit to anyone. No fees in excess of $10.00 may be accepted for
  512.          distributing this evaluation version of Turbo ScrEdit.
  513.  
  514.      -   Copies   of  Turbo  ScrEdit  distributed  must  be  complete   and
  515.          unmodified.
  516.  
  517.      -   You may not collect a fee for any program that is developed  using
  518.          the evaluation version of Turbo ScrEdit.
  519.  
  520.      -   You  may not use any programs in a business environment that have 
  521.          been developed using the evaluation version of Turbo ScrEdit.
  522.  
  523.  
  524.  
  525.  
  526.  
  527.  
  528. Page 9.
  529. ==========================================================================
  530. A Note to registered users of ScrEdit:
  531.  
  532.      Thank you for taking the time to become a registered user of ScrEdit.
  533.  
  534.      If  you  have  any problems, suggestions  for  enhancements,  or  just
  535.      questions on how Turbo ScrEdit works, then write me a letter.  Include
  536.      a  self  addressed  stamped envelope and I will  try  to  answer  your
  537.      questions  in  a reasonable amount of time. Be sure  to  include  your
  538.      registration number found on the system logo screen.
  539.  
  540.      In  the  case of a problem, send a diskette with  the  problem  screen
  541.      file,  your code, and a description of the problem as you see  it.   I
  542.      will  do what I can to help you resolve your problem. Include a  phone
  543.      number  where you can be reached collect if you would like me to  call
  544.      you and discuss the problem with you. Also include return postage.
  545.  
  546.      In  the  case of suggestions for enhancements, if you  are  the  first
  547.      person to make a enhancement suggestion that I decide to implement  in
  548.      ScrEdit,  you will receive a free updated copy of ScrEdit.  The  first
  549.      person will be determined by post marks.
  550.  
  551.      In  the  case that you have a comment or two  pertaining  to  anything
  552.      about ScrEdit.. I would be very interested to hear them.
  553.  
  554.      As  a  registered  user, you will be notified of the  release  of  new
  555.      versions of ScrEdit. You will be able to purchase updated version  for
  556.      $9.95. See order form "ORDER.DOC" for more details.
  557.  
  558.  
  559.      Send any correspondences to:
  560.          iHn Systems
  561.          P.O. Box 4436
  562.          Pocatello, Idaho. 83205-4436
  563.  
  564. Legal Terms And Conditions for using the REGISTERED version of ScrEdit:
  565.      -   The registered version of Turbo ScrEdit may be copied for archival
  566.          purposes only.
  567.  
  568.      -   Each  registered  copy  of  this  software may be used on only one
  569.          machine at a any given time.
  570.  
  571.      -   Each registered version of Turbo ScrEdit may be used by any number
  572.          of  people  as long as Turbo ScrEdit is not used on more than  one
  573.          machine  at  any  given time. If you need to have  more  than  one
  574.          person  using this software at the same time, you should  register
  575.          for additional copies.
  576.  
  577.      -   Registered  users  of  Turbo  ScrEdit  may  freely  sell  and   or
  578.          distributed programs that contain compiled ScrEdit procedures.
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594. Page 10.
  595.  
  596.  
  597. Printing the Manual:
  598.      ScrEdit's manual is incorporated into the interactive help
  599.      system. To print a copy of the manual:
  600.           1. From the MAIN MENU screen press F7.
  601.           2. When the manual screen is displayed press F1.
  602.           3. Press 'E' and ENTER.
  603.      Turbo ScrEdit will print the entire manual.
  604.           4. Press ESC to return to the Main menu.
  605.  
  606.